projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a79b90
)
(universal-argument-other-key): Add to existing unread-command-events value.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Nov 1995 23:56:47 +0000
(23:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Nov 1995 23:56:47 +0000
(23:56 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 51af9d364fefe65d0dbd88707b013c6b16ff4f97..9d34a467d965352838c0dc8de006a545a3babd6d 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1016,7
+1016,8
@@
Repeating \\[universal-argument] without digits or minus sign
(let* ((key (this-command-keys))
(keylist (listify-key-sequence key)))
(setq unread-command-events
- (nthcdr universal-argument-num-events keylist)))
+ (append (nthcdr universal-argument-num-events keylist)
+ unread-command-events)))
(reset-this-command-lengths)
(setq overriding-terminal-local-map nil))
\f